Skip to main content

All Questions

34votes
1answer
39kviews

I know JavaScript really well, but i bomb coding interviews [closed]

So I'm currently on a hunt for a new position as a Front-End Developer. I know JavaScript very well and can wax poetically about Closures, Currying, Prototypal Inheritance, Design Patterns, App ...
Mike Fisher's user avatar
21votes
10answers
4kviews

Is over-engineering a warning sign? [closed]

So we present a straightforward coding exercise to new candidates with some well defined requirements. Occasionally we receive solutions which don't really solve the problem at hand, but are over-...
Nim's user avatar
  • 1,353
1vote
6answers
5kviews

Learning good OOP design and unlearning some bad habits [duplicate]

Possible Duplicate: What books or resources would you recommend to learn practical OO design and development concepts? I have been mostly a C programmer so far in my career with knowledge of C++. ...
TinkerTanner's user avatar
5votes
8answers
1kviews

Grading an algorithm: Readability vs. Compactness [closed]

Consider the following exam / interview question: Implement the strcpy() function in C: void strcpy(char *destination, char *source); The strcpy function copies the C string pointed by source into ...
amiregelz's user avatar
5votes
1answer
1kviews

Coding site with test harness for basic data structures like linked list,graph,strings etc [closed]

I just took an Amazon online test and I messed it up badly. I am out of practice and have low confidence in writing code. Are there any coding sites with test harnesses for basic data structures and ...
xyz's user avatar
  • 1,162
4votes
9answers
7kviews

What are QUICK interview questions for the Microsoft stack development jobs? [closed]

I'm looking for your best "quick answer" technical interview questions. We are a 100% Microsoft shop and do the majority of our development on the ASP.NET web stack in C# and have a custom SOA ...
Dubmun's user avatar

close